Uses of Class
nz.co.cks.tms.xml.ResponseNcb

Packages that use ResponseNcb
nz.co.cks.tms.xml   
XmlCommunication   
 

Uses of ResponseNcb in nz.co.cks.tms.xml
 

Fields in nz.co.cks.tms.xml declared as ResponseNcb
private  ResponseNcb ResponseBlkType._responseNcb
          Field _responseNcb
 

Methods in nz.co.cks.tms.xml that return ResponseNcb
static ResponseNcb ResponseNcb.unmarshal(java.io.Reader reader)
          Method unmarshal
 ResponseNcb ResponseBlkType.getResponseNcb()
          Method getResponseNcbReturns the value of field 'responseNcb'.
 

Methods in nz.co.cks.tms.xml with parameters of type ResponseNcb
 void ResponseBlkType.setResponseNcb(ResponseNcb responseNcb)
          Method setResponseNcbSets the value of field 'responseNcb'.
 

Uses of ResponseNcb in XmlCommunication
 

Fields in XmlCommunication declared as ResponseNcb
private static ResponseNcb XmlUnmarshal.rn
           
 

Methods in XmlCommunication with parameters of type ResponseNcb
static java.lang.String XmlUnmarshal.responseNcb(ResponseNcb rn)